home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / DEFORMER / DEFX / COMDEFX.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  1.0 KB  |  70 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMDefX.r 1.3 1997/05/06 18:14:40 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMDEFX.rsc";
  13.  
  14. resource 'COMP' (143) {
  15.     'defo',
  16.     'COex',
  17.     "Exploder bis",
  18.     "COM Examples",
  19.     0x40000,
  20.     "4.0.0",
  21.     "TOOLKIT Examples",
  22.     9
  23. };
  24.  
  25. resource 'pMAP' (143) {
  26.     {    /* array TypeArray: 5 elements */
  27.         /* [1] */
  28.         'MINS',
  29.         'qfix',
  30.         1,
  31.         "Facets Size",
  32.         /* [2] */
  33.         'EXPL',
  34.         'qfix',
  35.         1,
  36.         "Explosion Factor",
  37.         /* [3] */
  38.         'GRAV',
  39.         'shrt',
  40.         0,
  41.         "Gravity",
  42.         /* [4] */
  43.         'FLOO',
  44.         'qfix',
  45.         0,
  46.         "Floor",
  47.         /* [5] */
  48.         'GRCO',
  49.         'qfix',
  50.         1,
  51.         "Gravity",
  52.         /* [6] */
  53.         'bmin',
  54.         'qfv3',
  55.         noFlags,
  56.         "",
  57.         /* [7] */
  58.         'bmax',
  59.         'qfv3',
  60.         noFlags,
  61.         "",
  62.     }
  63. };
  64.  
  65. data 'GUID' (143) {
  66.   $"1ec1 5ef0 c1a1 11d0 8547 00a0 c90c 1bf1"            /*IID_I3DExDeformer2*/
  67.     $"B5DF 8B40 FD8F 11CE A4F7 0000 E202 D5A5"            /* µ.ã@.è.Œ§.....’• */
  68. };
  69.  
  70.